Oracle Linux Express Guide version 8 by Goyal Shiv Kumar

Oracle Linux Express Guide version 8 by Goyal Shiv Kumar

Author:Goyal, Shiv Kumar
Language: eng
Format: epub
Published: 2022-05-13T00:00:00+00:00


Example

vgcreate vg01 /dev/sdb /dev/sdc

Logical Volume

Logical Volume is logical partitioning of the volume group. Logical volume can be used for file system creation. In some cases, you can also use LV as block device.

To create LV

Syntax

lvcreate -n name -L size VG_name

Example

lvcreate -n data_lv -L 5G vg01

File system

To create XFS filesystem on the LV

Syntax

mkfs.xfs lv_name

Example

mkfs.xfs /dev/vg01/data_lv

To create ext filename on LV

Syntax

mkfs.ext4 lv_name

Example

mkfs.ext4 /dev/vg01/data_lv



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Popular ebooks
Kubernetes in Production Best Practices by Aly Saleh & Murat Karslioglu(6696)
Optimizing Microsoft Azure Workloads by Rithin Skaria(6238)
Kubernetes in Production Best Practices by Aly Saleh and Murat Karslioglu(5962)
Cloud Computing Demystified for Aspiring Professionals by David Santana(5075)
Zed Attack Proxy Cookbook by Ryan Soper & Nestor N Torres & Ahmed Almoailu(4495)
Google Cloud for Developers: Write, migrate, and extend your code by leveraging Google Cloud by Hector Parra Martinez(3532)
Mastering Cyber Intelligence by Jean Nestor M. Dahj;(3275)
AWS Observability Handbook by Phani Kumar Lingamallu & Fabio Braga de Oliveira(3152)
The Road to Azure Cost Governance by Paola E. Annis Giuliano Caglio(2808)
Microsoft 365 Fundamentals Guide by Gustavo Moraes and Douglas Romão(2252)
Agile Security Operations: Engineering for Agility in Cyber Defense, Detection, and Response by Hinne Hettema(1739)
Cloud Identity Patterns and Strategies: Design enterprise cloud identity models with OAuth 2.0 and Azure Active Directory by Giuseppe Di Federico Fabrizio Barcaroli(1727)
Bootstrapping Service Mesh Implementations with Istio by Anand Rai(1616)
The Road to Azure Cost Governance: Techniques to tame your monthly Azure bill with a continuous optimization journey for your apps by Paola E. Annis Giuliano Caglio(1262)
Agile Security Operations: Engineering for agility in cyber defense, detection, and response by Hinne Hettema(1197)
Zed Attack Proxy Cookbook: Hacking tactics, techniques, and procedures for testing web applications and APIs by Ryan Soper Nestor N Torres Ahmed Almoailu(1187)
Linux Administration Best Practices: Practical Solutions to Approaching the Design and Management of Linux Systems by Scott Alan Miller(1134)
DevSecOps in Practice with VMware Tanzu: Build, run, and manage secure multi-cloud apps at scale on Kubernetes with the Tanzu portfolio by Parth Pandit Robert Hardt(1080)
Terraform for Google Cloud Essential Guide by Bernd Nordhausen(885)
Becoming KCNA Certified by Dmitry Galkin(871)